VERSION = 1,

/***** ImmersiveBlackouts *****/

option ImmersiveBlackouts.RandomWaterChance
{
	type = integer, min = 0, max = 100, default = 1,
	page = ImmersiveBlackouts,
	translation = ImmersiveBlackouts_RandomWaterChance,
}

option ImmersiveBlackouts.RandomWaterUntil
{
	type = integer, min = 1, max = 23, default = 5,
	page = ImmersiveBlackouts,
	translation = ImmersiveBlackouts_RandomWaterUntil,
}

option ImmersiveBlackouts.RandomPowerChance
{
	type = integer, min = 0, max = 100, default = 1,
	page = ImmersiveBlackouts,
	translation = ImmersiveBlackouts_RandomPowerChance,
}

option ImmersiveBlackouts.RandomPowerUntil
{
	type = integer, min = 1, max = 23, default = 5,
	page = ImmersiveBlackouts,
	translation = ImmersiveBlackouts_RandomPowerUntil,
}
